ContentDispositionType Enumeration

Summary description for ContentDispositionType.

Definition

Namespace: Independentsoft.Email.Mime
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public enum ContentDispositionType

Members

Attachment0 Specifies that the attachment is to be displayed as a file attached to the e-mail message.
Inline1 The attachment is to be displayed as part of the e-mail message body.

See Also